home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Esportes / turboracer.swf / scripts / DefineButton2_686 / BUTTONCONDACTION on(release).as
Text File  |  2007-07-10  |  430b  |  14 lines

  1. on(release){
  2.    _parent._parent.Mus.gotoAndStop("Joue");
  3.    if(_parent._parent.Control[eval("_parent._parent.Control:G_PlayerCar")].SpdNow > 0)
  4.    {
  5.       _parent._parent.Engine.gotoAndStop("Joue");
  6.    }
  7.    if(_parent._parent.Control[eval("_parent._parent.Control:G_PlayerCar")].BoostOn == true)
  8.    {
  9.       _parent._parent.Boost.gotoAndStop("Joue");
  10.    }
  11.    set("_parent._parent.Control:G_Pause",false);
  12.    play();
  13. }
  14.